39. 练习: NOT

使用 NOT 运算符的问题

我们可以使用这个新运算符来提取前两个练习中不属于查询内容的所有行。

  1. 使用 accounts 表查找除 Walmart、Target 和 Nordstrom 之外的所有商店的 name (客户名称), primary_poc (主要联系人), 以及 sales_rep_id (销售代表工号)。
  2. 使用 web_events 表查找 不是 通过 organic adwords 渠道联系到的个人的信息

使用 accounts 表查找:

  1. 所有不以 'C' 开头的公司名。

  2. 所有名称中不包含字符串 'one' 的公司名。

  3. 所有不以 's' 结尾的公司名。

Workspace

This section contains either a workspace (it can be a Jupyter Notebook workspace or an online code editor work space, etc.) and it cannot be automatically downloaded to be generated here. Please access the classroom with your account and manually download the workspace to your local machine. Note that for some courses, Udacity upload the workspace files onto https://github.com/udacity , so you may be able to download them there.

Workspace Information:

  • Default file path:
  • Workspace type: sql-evaluator
  • Opened files (when workspace is loaded): n/a